home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cxt220.zip / NEW213.DOC < prev    next >
Text File  |  1994-03-20  |  2KB  |  32 lines

  1. - additional work on the documentation
  2. - minor changes in CST byte offset file generation (source informations)
  3. - error in CFT/CST database reading fixed (could only happen if line numbers
  4.   were not in strictly ascending order inside functions or structures, this
  5.   is possible if #line directives are used, e.g. with code generators like
  6.   LEX/FLEX/YACC/BISON)
  7. - internal database structure changed and extended
  8. - CFT error with nested C++ constructs 'extern "C" { ... }' fixed (this was
  9.   sometimes the reason for the error message 'unbalanced braces')
  10. - detection and displaying of multiple inclusions of the same include file,
  11.   size of scanned sources and number of lines are calculated for multiple
  12.   inclusions
  13. - preprocessor intermediate file extension changed to '.II' to avoid conflicts
  14.   with compiler generated files having extension '.I'
  15. - __TIMESTAMP__ macro in preprocessor supported
  16. - Microsoft VC++ 1.0 for Windows NT preprocessing support
  17. - Borland C++ 1.0 for OS/2 preprocessing support
  18. - every section in the output file shows the related option for its generation
  19. - option -Jcharset: add extended character set for identifier recognition, this
  20.   allows the use of national character sets
  21. - option -//: accept C++ comments in C source code (ensure compatibility with
  22.   Microsoft and Borland C compilers)
  23. - option -RATIONAL: generate a Rational Rose Petal file for callgraph
  24.   visualisation (see documentation for detailed description!)
  25. - option -time: print runtime informations
  26. - option -cmdline: write the command line at the beginning of the output file
  27. - for option -I: -I* ignores missing include files during preprocessing
  28. - BRIEF and MicroEMACS macro files changed
  29. - CFTN and CSTN with new option -o[name]: print output to file 'name'
  30. - return values for CFTN and CSTN changed to avoid conflicts with DOS errors
  31.   (affects BRIEF macros)
  32.